From: Chong Yidong Date: Sun, 5 Feb 2012 16:30:51 +0000 (+0800) Subject: * cus-edit.el (custom-buffer-create-internal): Improve tooltip message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~925 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=10f44cd58cdcb2c39ca862f2599c35914ba22453;p=emacs.git * cus-edit.el (custom-buffer-create-internal): Improve tooltip message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 429804423f1..000f9ecf593 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,7 @@ * cus-edit.el (custom-variable-reset-backup): Quote the value before storing it in the customized-value property (Bug#6712). (custom-display): Add a customization type tag. + (custom-buffer-create-internal): Improve tooltip message. * wid-edit.el (widget-field-value-get): New optional arg to suppress trailing whitespace truncation. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 84bdfa4d203..4ed72be06fb 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1624,7 +1624,9 @@ Otherwise use brackets." ;; Insert the search field. (when custom-search-field (widget-insert "\n") - (let* ((echo "Search for custom items") + (let* ((echo "Search for custom items. +You can enter one or more words separated by spaces, +or a regular expression.") (search-widget (widget-create 'editable-field